home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 19
/
Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso
/
Aminet
/
gfx
/
board
/
rtgmasdev.lha
/
demos
/
moon
/
BOOLEAN.H
next >
Wrap
C/C++ Source or Header
|
1996-03-05
|
123b
|
12 lines
#ifndef _BOOLEAN_H
#define _BOOLEAN_H
typedef enum
{
false = 0,
true = 1
}
boolean;
#endif // #ifndef _BOOLEAN_H